scss add class to body

50

.boxed {
  @at-root body#{&} {
     color: red;
  }
}

Comments

Submit
0 Comments